home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineSprite_1114 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  301 b   |  9 lines

  1. stop();
  2. _root.final = true;
  3. score = _root.stats.score;
  4. accu = Math.round(_root.stats.hit / _root.stats.fired * 100) + "%";
  5. enem = _root.stats.destroyed + " / " + _root.stats.created;
  6. coins = _root.stats.totalCoins;
  7. gems = _root.stats.totalGems;
  8. timer = Math.round(_root.c2 / 30) + " seconds";
  9.